[INFO] cloning repository https://github.com/madsmtm/cargo-sandbox
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/madsmtm/cargo-sandbox" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadsmtm%2Fcargo-sandbox", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadsmtm%2Fcargo-sandbox'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b24cb08ca4bae79021175ae0e454515f10b1cdca
[INFO] fixing madsmtm/cargo-sandbox against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmadsmtm%2Fcargo-sandbox" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/madsmtm/cargo-sandbox
[INFO] finished tweaking git repo https://github.com/madsmtm/cargo-sandbox
[INFO] tweaked toml for git repo https://github.com/madsmtm/cargo-sandbox written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/madsmtm/cargo-sandbox on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/madsmtm/cargo-sandbox already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded snapbox-macros v0.4.0
[INFO] [stderr]   Downloaded anstyle-lossy v1.1.4
[INFO] [stderr]   Downloaded snapbox v0.6.23
[INFO] [stderr]   Downloaded ctor v0.6.0
[INFO] [stderr]   Downloaded dtor v0.1.0
[INFO] [stderr]   Downloaded cargo-test-support v0.8.1
[INFO] [stderr]   Downloaded pasetors v0.7.7
[INFO] [stderr]   Downloaded orion v0.17.11
[INFO] [stderr]   Downloaded ed25519-compact v2.1.1
[INFO] [stderr]   Downloaded crates-io v0.40.14
[INFO] [stderr]   Downloaded curl v0.4.49
[INFO] [stderr]   Downloaded cargo-util v0.2.24
[INFO] [stderr]   Downloaded miow v0.6.1
[INFO] [stderr]   Downloaded cargo-test-macro v0.4.6
[INFO] [stderr]   Downloaded anstyle-svg v0.1.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0
[INFO] running `Command { std: "docker" "start" "8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling proc-macro2 v1.0.101
[INFO] [stderr]    Compiling unicode-ident v1.0.19
[INFO] [stderr]     Checking zeroize v1.8.2
[INFO] [stderr]    Compiling find-msvc-tools v0.1.5
[INFO] [stderr]    Compiling generic-array v0.14.9
[INFO] [stderr]     Checking base64ct v1.8.0
[INFO] [stderr]    Compiling icu_properties_data v2.1.1
[INFO] [stderr]     Checking aho-corasick v1.1.4
[INFO] [stderr]     Checking regex-syntax v0.8.8
[INFO] [stderr]     Checking serde_json v1.0.145
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]     Checking winnow v0.7.13
[INFO] [stderr]    Compiling rustix v1.1.2
[INFO] [stderr]     Checking serde_spanned v1.0.3
[INFO] [stderr]     Checking toml_datetime v0.7.3
[INFO] [stderr]    Compiling dtor-proc-macro v0.0.6
[INFO] [stderr]     Checking toml_writer v1.0.4
[INFO] [stderr]     Checking log v0.4.28
[INFO] [stderr]     Checking bstr v1.12.0
[INFO] [stderr]     Checking pem-rfc7468 v0.7.0
[INFO] [stderr]    Compiling curl v0.4.49
[INFO] [stderr]    Compiling cargo-sandbox v0.0.1 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling thiserror v2.0.17
[INFO] [stderr]     Checking der v0.7.10
[INFO] [stderr]     Checking dtor v0.1.0
[INFO] [stderr]     Checking ctor v0.6.0
[INFO] [stderr]     Checking deranged v0.5.5
[INFO] [stderr]     Checking anstyle-lossy v1.1.4
[INFO] [stderr]     Checking fiat-crypto v0.3.0
[INFO] [stderr]     Checking zlib-rs v0.5.2
[INFO] [stderr]     Checking time-core v0.1.6
[INFO] [stderr]     Checking anstyle-svg v0.1.11
[INFO] [stderr]     Checking snapbox-macros v0.4.0
[INFO] [stderr]     Checking content_inspector v0.2.4
[INFO] [stderr]     Checking ct-codecs v1.1.6
[INFO] [stderr]    Compiling cargo-test-support v0.8.1
[INFO] [stderr]    Compiling quote v1.0.41
[INFO] [stderr]     Checking shell-escape v0.1.5
[INFO] [stderr]    Compiling cargo-test-macro v0.4.6
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking spki v0.7.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking filetime v0.2.26
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking socket2 v0.6.1
[INFO] [stderr]     Checking jobserver v0.1.34
[INFO] [stderr]     Checking pkcs8 v0.10.2
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking regex-automata v0.4.13
[INFO] [stderr]     Checking ed25519-compact v2.1.1
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking toml_parser v1.0.4
[INFO] [stderr]     Checking tar v0.4.44
[INFO] [stderr]     Checking hkdf v0.12.4
[INFO] [stderr]     Checking rfc6979 v0.4.0
[INFO] [stderr]     Checking ff v0.13.1
[INFO] [stderr]     Checking sec1 v0.7.3
[INFO] [stderr]     Checking crypto-bigint v0.5.5
[INFO] [stderr]     Checking signature v2.2.0
[INFO] [stderr]     Checking libz-rs-sys v0.5.2
[INFO] [stderr]     Checking group v0.13.0
[INFO] [stderr]    Compiling cc v1.2.46
[INFO] [stderr]     Checking flate2 v1.1.5
[INFO] [stderr]     Checking toml v0.9.8
[INFO] [stderr]     Checking tempfile v3.23.0
[INFO] [stderr]    Compiling openssl-sys v0.9.111
[INFO] [stderr]    Compiling libz-sys v1.1.23
[INFO] [stderr]    Compiling libssh2-sys v0.3.1
[INFO] [stderr]    Compiling curl-sys v0.4.84+curl-8.17.0
[INFO] [stderr]    Compiling libgit2-sys v0.18.2+1.9.1
[INFO] [stderr]     Checking elliptic-curve v0.13.8
[INFO] [stderr]     Checking regex v1.12.2
[INFO] [stderr]     Checking globset v0.4.18
[INFO] [stderr]     Checking ecdsa v0.16.9
[INFO] [stderr]     Checking primeorder v0.13.6
[INFO] [stderr]     Checking ignore v0.4.25
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]     Checking p384 v0.13.1
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.1
[INFO] [stderr]    Compiling zerovec-derive v0.11.2
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling thiserror-impl v2.0.17
[INFO] [stderr]     Checking cargo-util v0.2.24
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking yoke v0.8.1
[INFO] [stderr]     Checking zerotrie v0.2.3
[INFO] [stderr]     Checking zerovec v0.11.5
[INFO] [stderr]     Checking tinystr v0.8.2
[INFO] [stderr]     Checking potential_utf v0.1.4
[INFO] [stderr]     Checking icu_locale_core v2.1.1
[INFO] [stderr]     Checking icu_collections v2.1.1
[INFO] [stderr]     Checking icu_provider v2.1.1
[INFO] [stderr]     Checking icu_properties v2.1.1
[INFO] [stderr]     Checking icu_normalizer v2.1.1
[INFO] [stderr]     Checking serde v1.0.228
[INFO] [stderr]     Checking time v0.3.44
[INFO] [stderr]     Checking snapbox v0.6.23
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/proc_pidinfo.rs:10:29
[INFO] [stdout]    |
[INFO] [stdout] 10 |         let mut info: libc::proc_bsdinfo = unsafe { mem::zeroed() };
[INFO] [stdout]    |                             ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find function `proc_pidinfo` in crate `libc`
[INFO] [stdout]   --> src/proc_pidinfo.rs:12:19
[INFO] [stdout]    |
[INFO] [stdout] 12 |             libc::proc_pidinfo(
[INFO] [stdout]    |                   ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stdout] error[E0425]: cannot find value `PROC_PIDTBSDINFO` in crate `libc`
[INFO] [stdout]   --> src/proc_pidinfo.rs:14:23
[INFO] [stdout]    |
[INFO] [stdout] 14 |                 libc::PROC_PIDTBSDINFO,
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/proc_pidinfo.rs:17:33
[INFO] [stdout]    |
[INFO] [stdout] 17 |                 size_of::<libc::proc_bsdinfo>() as i32,
[INFO] [stdout]    |                                 ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `proc_bsdinfo` in crate `libc`
[INFO] [stdout]   --> src/proc_pidinfo.rs:20:42
[INFO] [stdout]    |
[INFO] [stdout] 20 |         if r as usize != size_of::<libc::proc_bsdinfo>() {
[INFO] [stdout]    |                                          ^^^^^^^^^^^^ not found in `libc`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `cargo-sandbox` (lib) due to 5 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0", kill_on_drop: false }`
[INFO] [stdout] 8cf57fb47e6901173415e262431fa4626bc504bff979d4848b28c4c425f8d2e0
